home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00530_Script_9NWillitsShawnInvitation < prev    next >
Text File  |  1995-05-21  |  558b  |  25 lines

  1. on mouseDown
  2.   put "GoTo" into f
  3.   put "GoToHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 23, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, theMovieName, payoffStart, payoffEnd,¼
  12.  whichPayOff, whichBuyer, gBusted, InvitedOrNot
  13.   puppetsprite 48, false
  14.   turnOffDaycons
  15.   WhatDayIsIt
  16.   put "c" into InvitedOrNot
  17.   put "PayOff" into whichPayOff
  18.   put "NoBuyers" into whichBuyer
  19.   put "F09N22E.MOV" into theMovieName 
  20.   set payoffStart = 0
  21.   set payoffEnd = 0
  22.   set the castNum of sprite 23 = cast "GoTo"
  23.   updatestage
  24.   richOrPoor
  25. end